Add a note about text view issues
authorMatthias Clasen <mclasen@redhat.com>
Thu, 9 Oct 2014 22:11:18 +0000 (18:11 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 9 Oct 2014 22:13:53 +0000 (18:13 -0400)
Mention text view background problems and the draw_layer
vfunc in the release notes.

README.in

index 9500024ad7337e17ff50189ec863e2663d7007c1..4bf6d65cd952baad0777816ccea7f393055c290a 100644 (file)
--- a/README.in
+++ b/README.in
@@ -99,6 +99,14 @@ Release notes for 3.14
   to be problematic. This combination is using code paths in cairo and
   graphics drivers which are rarely tested and likely buggy.
 
+* GtkTextView is now using a pixel-cache internally, and is drawing
+  a background underneath the text. This can cause problems for applications
+  which assumed that they could draw things below and above the text
+  by chaining up in the ::draw implementation of their GtkTextView subclass.
+  As a short-term workaround, you can make the application apply a
+  custom theme to the text view with a transparent background. For
+  a proper fix, use the new ::draw_layer vfunc.
+
 Release notes for 3.12
 ======================